home *** CD-ROM | disk | FTP | other *** search
/ Rover 25 Presentation / Rover25_Presentation_CD.bin / Tool2.cst / 00025_Script_web link < prev    next >
Text File  |  2000-01-31  |  160b  |  9 lines

  1. global gMenu, gLanguage
  2. on mouseUp me
  3.   gotoNetPage "http://www.rovercars.com"
  4.     set i = "control" & gLanguage
  5.   close window i
  6.   set gMenu = 0
  7. end
  8.